home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / HyperHackers.cpt / Hyper-Hackers Queue 1.0 / card_8503.txt < prev    next >
Text File  |  1989-02-26  |  1KB  |  39 lines

  1. -- card: 8503 from stack: in.0
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3797
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10.  
  11. Date:       Wed, 18 Nov 87 17:31:10 PST
  12. From: PUGH@NMFECC.ARPA
  13.  
  14.  
  15. A bit of trivia:
  16.  
  17. You can stack visual effect commands so that you get a series of effects.  A 
  18. good example is this:
  19.  
  20. visual effect dissolve to inverse
  21. visual effect dissolve
  22.  
  23. Check it out and see what happens.  The important questions are, is there a way 
  24. to turn off any visual effects that are queued, and can you tell if and/or 
  25. what visual effects are queued?
  26.  
  27. Why do I care, you may ask?  I wanted to put a handler in my Home stack that
  28. would detect arrow key events and queue an effect for them, since they don't
  29. have any nice effect by default.  Well, that's where I found out that effects
  30. are cumulative.  I would like a string returned that tells what effects are
  31. queued, like "wipe slow to black, dissolve to inverse, scroll up" for that
  32. list of effects.  That wouldn't be too hard would it?  This way I could even
  33. trap effects I don't like.  Isn't that what object programming is all about?
  34.  
  35.  
  36.  
  37. -- part contents for background part 45
  38. ----- text -----
  39. Visual Effects